STEP 11: Let's store the count for each number in a new list.
Remember, variable names don't need quotes, but do need to be separated by commas in the list.
- In , drag List of Integers to the bottom of your program.
- Change the name of the list to counts.
- Change the values in the list to the variables that store each letter count: a_num, b_num, c_num, d_num.
To navigate the page using the TAB key, first press ESC to exit the code editor.